home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.20030409-20031118
/
000281_nugulus@netscape.net_Wed Sep 17 13:19:14 EDT 2003.msg
< prev
next >
Wrap
Text File
|
2020-01-01
|
3KB
|
60 lines
Article: 14523 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!nntp1.tagonline.com!nycmny1-snf1.gtei.net!news.gtei.net!colt.net!diablo.theplanet.net!zen.net.uk!in.100proofnews.com!in.100proofnews.com!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr22.news.prodigy.com.POSTED!d286b79e!not-for-mail
From: Jun Zhang <nugulus@netscape.net>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: automodem?
References: <S5N9b.750$A67.607@newssvr22.news.prodigy.com> <bk9s60$4td$1@sesame.cc.columbia.edu>
In-Reply-To: <bk9s60$4td$1@sesame.cc.columbia.edu>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 36
Message-ID: <_D%9b.913$M_4.381@newssvr22.news.prodigy.com>
NNTP-Posting-Host: 159.66.144.147
X-Complaints-To: abuse@prodigy.net
X-Trace: newssvr22.news.prodigy.com 1063814778 ST000 159.66.144.147 (Wed, 17 Sep 2003 12:06:18 EDT)
NNTP-Posting-Date: Wed, 17 Sep 2003 12:06:18 EDT
Organization: SBC http://yahoo.sbc.com
X-UserInfo1: FKPO@MC@OPUYSU\[BJNBNFXBWR\HPCTL@XT^OBPLAH[\BPIB_NVUAH_[BL[\IRKIANGGJBFNJF_DOLSCENSY^U@FRFUEXR@KFXYDBPWBCDQJA@X_DCBHXR[C@\EOKCJLED_SZ@RMWYXYWE_P@\\GOIW^@SYFFSWHFIXMADO@^[ADPRPETLBJ]RDGENSKQQZN
Date: Wed, 17 Sep 2003 16:06:18 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14523
Frank,
After connection, logging in, at the ckermit> prompt, I type hangup
or quit, modem seems disconnected. These are all fine.
Go to the remote host, I noticed that the getty process was replaced
by -ksh during the succesfull connection, but remain like that after I
hang up at the client. Next time I use autodial, session will hang after
I give password.
To further explain what I mean: before successful connection, there
is a process (launched by inittab entry)
root 3067 1 0 11:45:45 ttyd0p7 0:00 /usr/sbin/getty -h ttyd0p7 9600
after the successful connection, the process becomes
root 3067 1 0 11:45:45 ttyd0p7 0:00 -ksh
this process will remain like it is even after the client side modem
hangup. I have to kill it and let init to respawn, before the new
autodial session could be successful.
The remote host is hpux 11.00. The replacement instead of fork a
child of the process looks weired. Before looking into that, I would
like to know if kermit has anything to do with it.
Jun
Frank da Cruz wrote:
> In article <S5N9b.750$A67.607@newssvr22.news.prodigy.com>,
> Jun Zhang <nugulus@netscape.net> wrote:
> : I saw the autotelnet kermit script, assuming ethernet connection
> : available. I need to write such a script when the connection is through
> : modem. Can some one help?
> :
> Just now I added an "autodial" script to the Modems section of the
> C-Kermit script library:
>
> http://www.columbia.edu/kermit/ckscripts.html
>
> - Frank